ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetIrGrid Class / Chart3DDataSetIrGrid Constructor / Chart3DDataSetIrGrid Constructor(Single[],Single[],Single[,])

In This Topic
    Chart3DDataSetIrGrid Constructor(Single[],Single[],Single[,])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal xvalues() As System.Single, _
       ByVal yvalues() As System.Single, _
       ByVal zvalues(,) As System.Single _
    )
    public Chart3DDataSetIrGrid( 
       System.float[] xvalues,
       System.float[] yvalues,
       System.float[,] zvalues
    )

    Parameters

    xvalues
    yvalues
    zvalues
    See Also